home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / temacd / tiny / tpf-6[1].5.126.exe / Tiny Firewall 2005.msi / webui.dll / COMMON / EDITDIALOG.CSS < prev    next >
Encoding:
Text (UTF-16)  |  2005-08-17  |  3.8 KB  |  104 lines

  1. /*//////////////////////////////////////////////////////////////////////
  2. Filename:          editdialog.css
  3. Company Name:      Computer Associates International, Inc.
  4. Legal Copyright: Copyright (c) Computer Associates International, Inc.
  5. Author:          Marek Matus (marek.matus@ca.com)
  6. Product:          Tiny Firewall
  7. ///////////////////////////////////////////////////////////////////////*/
  8.  
  9.  
  10. DIV.dialoglmenu 
  11. {
  12.     border: 0px; 
  13.     width: 100px;
  14.     border: 2px inset lightgray;
  15.     border-right: 0px;
  16.     height: 230px;
  17. }
  18.  
  19. DIV.dialoglmenu A
  20. {
  21.     padding-left: 3px;
  22.     padding-top: 14px;
  23.     display: block;
  24.     width: 100%;
  25.     font-weight: bold;
  26.     text-decoration: none;
  27.     height: 41px;
  28.     margin: 0px;
  29.     background-image: url(../img/link-under-gray.gif);
  30.     background-repeat: no-repeat;
  31.     background-position: 3px 28px;
  32.     color: gray;
  33. }
  34. DIV.dialoglmenu A:hover, DIV.dialoglmenu A.sel
  35. {
  36.     color: darkblue;
  37.     background-image: url(../img/link-under.gif);
  38. }
  39. DIV.dialoglmenu A.multiline
  40. {
  41.     padding-top: 7px;
  42.     background-position: 3px 34px;
  43. }
  44. DIV.dialogbody
  45. {
  46.     border: 2px inset lightgray;
  47.     border-left: 0px;
  48.     height: 230px;
  49.     width: 380px;
  50.     background-color: white;
  51.     padding: 10px;
  52.     display: none;
  53.     background-image: url(../img/yellow2white.gif);
  54.     background-repeat: repeat-y;
  55.     margin: 0px;
  56. }
  57. DIV.dialogbody FIELDSET
  58. {
  59.     padding-bottom: 10px;
  60.     padding-left: 3px;
  61.     padding-right: 3px;
  62.     width: 100%; 
  63.     border: 0px; 
  64.     border-top: 1px solid black;
  65. }
  66. DIV.dialogbody FIELDSET LEGEND
  67. {
  68.     font-weight: bold;
  69. }
  70.  
  71. TABLE.sumtbl
  72. {
  73.     margin-top: 2px;
  74.     border: 0px;
  75.     border-collapse: collapse; 
  76.     width: 100%; 
  77.     cursor: hand;
  78. }
  79. TABLE.sumtbl TH
  80. {
  81.     font-weight: bold;
  82.     white-space: nowrap;
  83.     vertical-align: top;
  84. }
  85. TABLE.sumtbl TD
  86. {
  87.     width: 100%;
  88. }
  89.  
  90. BODY.bodyedit
  91. {
  92.     margin: 10px; 
  93.     padding: 0px;
  94. }
  95. BODY.bodyedit H3
  96. {
  97.     font-size: 14px; 
  98.     font-weight: bold; 
  99.     padding: 0px;
  100.     padding-left: 105px;  
  101.     margin: 0px; 
  102.     margin-bottom: 10px;
  103. }
  104.